/*! Custom CSS File */



 @font-face {
  font-family: SharpUnitySemibold;
  src: url(fonts/SharpUnitySemibold.woff);
}
@font-face {
  font-family: SharpUnity;
  src: url(fonts/SharpUnity.woff);
}
@font-face {
  font-family: SharpUnityExtrabold;
  src: url(fonts/SharpUnityExtrabold.woff);
}
@font-face {
  font-family: georgia;
  src: url(fonts/georgia.woff);
}
.menu{
  font-family: SharpUnitySemibold;
  font-size: 24px;
}
.logo-text{
  font-family: SharpUnitySemibold;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
div .footer-left p:first-child{
  font-family: SharpUnityExtrabold;
  font-size: 14px;
}
.home-nav{
  font-family: georgia;
  font-size: 40px;
}

.footer-right{
  font-family: SharpUnitySemibold;
  font-size: 14px;
}
.about-content {
  font-family: SharpUnitySemibold;
  line-height: 200%;
}
.article-content {
  font-family: SharpUnitySemibold;
  line-height: 200%;
  text-align: justify;
  font-size: 15px;
}
.contact-content {
  font-family: SharpUnitySemibold;
  line-height: 200%;
  font-size: 15px;
}
.project-content {
  font-family: SharpUnity;
  line-height: 200%;
  text-align: justify;
  font-size: 10px;
}
.project-title{
  font-family: georgia;
  font-weight: bold;
  line-height: 200%;
  font-size: 19px;
}
.project-titles{
  font-family: georgia;
  font-weight: bold;
  line-height: 200%;
  font-size: 30px;
}
.project-titls{
  font-family: georgia;
  font-weight: bold;
  line-height: 150%;
  font-size: 20px;
}